Vcenter Datastore Info

Vcenter Datastore Info
Vcenter Datastore Info

The Vcenter Datastore Info schema contains information about a datastore.

JSON Example
{
    "name": "string",
    "type": "string",
    "accessible": false,
    "free_space": 0,
    "multiple_host_access": false,
    "thin_provisioning_supported": false
}
string
name
Required

Name of the datastore.

string
type
Required

Type (Type) of the datastore.

For more information see: Vcenter Datastore Type.

boolean
accessible
Required

Whether or not this datastore is accessible.

integer As int64 As int64
free_space
Optional

Available space of this datastore, in bytes.

The server periodically updates this value.

This property will be missing or null if the available space of this datastore is not known.

boolean
multiple_host_access
Required

Whether or not more than one host in the datacenter has been configured with access to the datastore.

boolean
thin_provisioning_supported
Required

Whether or not the datastore supports thin provisioning on a per file basis. When thin provisioning is used, backing storage is lazily allocated.